home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / CheckBoxMatrixEx.wo / CheckBoxMatrixEx.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  507 b   |  28 lines

  1. ////////////////////////
  2. //  CheckBoxMatrix
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. CheckBoxComposite: CheckBoxMatrix {
  8.     matrixName = "BoatsMatrix";
  9.     valueStringsList = aBoatStringList;
  10.     selectedItems = aChoiceList;
  11. };
  12.  
  13. ChoiceForm: WOForm {
  14.     action = displayChoices;
  15. };
  16.  
  17. ChoiceString: WOString {
  18.     value = aChoiceList;
  19. };
  20.  
  21. ComponentDescription: ComponentDescription {
  22.     componentName = "CheckBoxMatrix";
  23. };
  24.  
  25. ShowSourceControls: ShowSource {
  26.     componentName = "CheckBoxMatrix";
  27. }; 
  28.